[ psqlodbc-Bugs-1010827 ] ODBC driver not parsing comment correctly

Bugs item #1010827, was opened at 2010-05-20 18:04
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10108 27&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Farid Zidan (faridz)
Assigned to: Nobody (None)
Summary: ODBC driver not parsing comment correctly

Initial Comment:
create table test_comment(col1 varchar(20));

/*http://forums.oracle.com/forums/thread.jspa?threadID=10553 33&stqc=true*/
insert into test_comment values('abc');

I get the following error using ODBC driver executing the three lines above:
SQL Error. Native Code: 32, SQLState: 07002, Return Code: -1
The # of binded parameters < the # of parameter markers

Correctly, no error is generated if executing the insert using PgAdmin query.

------------------------------------------------------------ ----------

>Comment By: Hiroshi Inoue (hinoue)
Date: 2010-05-21 03:20

Message:
I can reproduce the problem.
Could you please try the drivers on testing for 8.4.0201 at
http://www.geocities.jp/inocchichichi/psqlodbc/index.html
?

------------------------------------------------------------ ----------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10108 27&group_id=1000125

--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
noreply [ Fr, 21 Mai 2010 05:20 ] [ ID #2041853 ]
Datenbanken » gmane.comp.db.postgresql.odbc » [ psqlodbc-Bugs-1010827 ] ODBC driver not parsing comment correctly

Vorheriges Thema: [ psqlodbc-Bugs-1010758 ] Potential memory leak with savepoints and cursors
Nächstes Thema: FD_SETSIZE with large #s of files/ports in use